home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
dfue
/
elcheapofax
/
faxcmd
/
libfax
/
rcs
/
response.h,v
< prev
next >
Wrap
Text File
|
1995-03-09
|
1KB
|
114 lines
head 1.3;
access;
symbols
OCT93:1.3;
locks;
comment @ * @;
1.3
date 93.09.18.20.16.23; author Rhialto; state Exp;
branches;
next 1.2;
1.2
date 93.06.11.16.15.25; author Rhialto; state Exp;
branches;
next 1.1;
1.1
date 93.06.11.15.19.27; author Rhialto; state Exp;
branches;
next ;
desc
@Prototypes for response.c
@
1.3
log
@Unconditional prototypes.
@
text
@/* $Id: response.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
* $Log: response.h,v $
* Revision 1.2 1993/06/11 16:15:25 Rhialto
* First real RCS checkin
*
*/
/*
response.h
(c) Copyright 1991 by David M. Siegel.
All rights reserved.
%W% %G% %U%
*/
#ifndef in_libfax_response_h
#define in_libfax_response_h 1
/*
Prototypes:
*/
int get_modem_response_from_buf(FaxModem *f, int timeout, char *buf, int bufsize);
int get_modem_response(FaxModem *f, int timeout);
void init_modem_response(FaxModem *f);
void faxmodem_print_status(FaxModem *f);
#endif
@
1.2
log
@First real RCS checkin
@
text
@d1 5
a5 2
/* $Id$
* $Log$
d23 4
a26 27
int get_modem_response_from_buf(
#ifdef _PROTO
FaxModem *f,
int timeout,
char *buf,
int bufsize
#endif
);
int get_modem_response(
#ifdef _PROTO
FaxModem *f,
int timeout
#endif
);
void init_modem_response(
#ifdef _PROTO
FaxModem *f
#endif
);
void faxmodem_print_status(
#ifdef _PROTO
FaxModem *f
#endif
);
@
1.1
log
@Initial revision
@
text
@d1 3
@